home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / template_print.ini < prev    next >
INI File  |  2007-07-13  |  4KB  |  91 lines

  1. ; Dit bestand is de template waarmee het lijsten kunnen worden afgedrukt.
  2. ; De master vormt de basis, en op de plaats van de %s (string) worden de details toegevoegd.
  3. ; De code %d staat voor een in te voegen getal.
  4. ; Eerst voor de vragen het lettertype en de -grootte, dan hetzelfde voor de antwoorden.
  5.  
  6. ; Het detail bevat weer twee %s-tekens, waar de vraag en het antwoord worden ingevuld.
  7.  
  8. ; Het =-teken in de html-code is vervangen voor een underscore (_).
  9. ; Het %-teken in de html-code is vervangen voor een pipe (|).
  10.  
  11. [MASTER]
  12. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> = 0
  13. <html><head> = 1
  14. <title>...:::Teach2000:::...</title> = 2
  15. <style type_"text/css"><!-- = 3
  16. body { font-family: "Verdana"; font-size: 0.8em; background-color: White; color: Black; } = 4
  17. table { font-family: "Verdana"; font-size: 1.0em; background-color: White; color: Black; border-collapse: collapse; width: %d|; } = 5
  18. td { vertical-align: top; padding: %dpx %dpx %dpx %dpx; width: 50|; page-break-inside: avoid; } = 6
  19. td.question, td.answer { text-align: left; } = 7
  20. td.question, td.questionFlash { font-family: "%s"; font-size: %d; } = 8
  21. td.answer, td.answerFlash { font-family: "%s"; font-size: %d; } = 9
  22. td.questionFlash, td.answerFlash { text-align: center; vertical-align: middle; border-top: 1px dotted Black; border-bottom: 1px dotted Black; height: 100px; } = 10
  23. td.questionFlash { border-left: none; border-right: 1px solid Silver; } = 11
  24. td.answerFlash { border-left: 1px solid Silver; border-right: none; } = 12
  25. --></style> = 13
  26. </head> = 14
  27. <body> = 15
  28. <table> = 16
  29. %s = 17
  30. </table> = 18
  31. </body> = 19
  32. </html> = 20
  33.  
  34. [DETAIL]
  35. Detail = <tr><td class_"question">%s</td><td class_"answer">%s</td></tr>
  36. Detail_FlashCard = <tr><td class_"questionFlash">%s</td><td class_"answerFlash">%s</td></tr>
  37.  
  38. [MASTER_TEST]
  39. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> = 0
  40. <html><head> = 1
  41. <title>%s</title> = 2
  42. <style type_"text/css"><!-- = 3
  43. body { font-family: "Verdana"; font-size: 0.8em; background-color: White; color: Black; } = 4
  44. table { font-family: "Verdana"; font-size: %dpx; background-color: White; color: Black; } = 5
  45. td { text-align: left; vertical-align: top; padding: 0px 5px 0px 0px; } = 6
  46. th { text-align: left; vertical-align: top; padding: 0px 5px 0px 0px; } = 7
  47. td.answers { border: thin solid #DCDCDC; font-family: "%s"; }= 8
  48. td.answer { font-family: "%s"; } = 9
  49. td.marker { text-align: right; } = 10
  50. td.input { text-align: right; vertical-align: bottom; } = 11
  51. td.question { font-family: "%s"; } = 12
  52. td.code { text-align: right; vertical-align: top; font-size:0.6em; } = 13
  53. .pagebreak { page-break-before: always; } = 14
  54. --></style> = 15
  55. </head> = 16
  56. <body> = 17
  57. <h3>%s</h3> = 18
  58. <table width_"100|"><tr>%s = 19
  59. <td>%s: %s<br>%s - %s<br>%s: %s</td> = 20
  60. <td class_"code">%s</td></tr> = 21
  61. </table> = 22
  62. <table> = 23
  63. <tr><td class_"input">%s:</td><td><br><br><img alt_"Line" src_"%simg\line.png" height_"1" width_"396"></td></tr> = 24
  64. <tr><td class_"input">%s:</td><td><br><br><img alt_"Line" src_"%simg\line.png" height_"1" width_"396"></td></tr> = 25
  65. <tr><td class_"input">%s:</td><td><br><br><img alt_"Line" src_"%simg\line.png" height_"1" width_"396"></td></tr> = 26
  66. </table> = 27
  67. <p>%s</p> = 28
  68. <hr> = 29
  69. %s = 30
  70. <hr> = 31
  71. %s = 32
  72. <h3 class_"pagebreak">%s %s</h3> = 33
  73. <table width_"100|"> = 34
  74. <tr><td>%s - %s<br>%s: %s</td> = 35
  75. <td class_"code">%s</td></tr> = 36
  76. </table> = 37
  77. <table summary_"Answers" width_"100|"> = 38
  78. <tr><th>%s</th><th>%s</th><th>%s</th></tr> = 39
  79. %s = 40
  80. </table> = 41
  81. </body> = 42
  82. </html> = 43
  83.  
  84. [DETAIL_TEST]
  85. Logo = <td><img src_"%s" width_"160" align_"left" alt_""></td>
  86. CRLF = <br>
  87. Question = <table width_"100|"><tr><td width_"55" nowrap>%s %d<br><i>(%d)</i></td><td width_"35"> </td><td class_"question">%s<br><br></td></tr><tr><td> </td><td> </td><td>%s</td></tr></table>
  88. MCQuestion = <table width_"100|"><tr><td width_"55" nowrap>%s %d<br><i>(%d)</i></td><td width_"35"> </td><td class_"question">%s<br><br></td></tr>%s</table>
  89. MCQuestionDetail = <tr><td class_"marker">%s</td><td><img alt_"Block" src_"%simg\block.png" height_"17" width_"28"></td><td class_"answer">%s</td></tr>
  90. Answer = <tr><td class_"answers">%d</td><td class_"answers">%d</td><td class_"answers">%s</td></tr>
  91.